home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMSELECTID / TFRMSELECTID.txt
Encoding:
Text File  |  2005-02-07  |  1.4 KB  |  72 lines

  1. object frmSelectID: TfrmSelectID
  2.   Left = 252
  3.   Top = 259
  4.   ActiveControl = PIdentityCB
  5.   BorderIcons = [biMaximize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Select Identity'
  8.   ClientHeight = 94
  9.   ClientWidth = 245
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label5: TTntLabel
  22.     Left = 10
  23.     Top = 22
  24.     Width = 37
  25.     Height = 13
  26.     Caption = '&Identity:'
  27.     FocusControl = PIdentityCB
  28.   end
  29.   object PIdentityCB: TTntComboBox
  30.     Left = 60
  31.     Top = 14
  32.     Width = 181
  33.     Height = 21
  34.     AutoComplete = False
  35.     Style = csDropDownList
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object Button1: TMMTNTBItBtn
  40.     Left = 84
  41.     Top = 64
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&OK'
  45.     Default = True
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBtnText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ModalResult = 1
  52.     ParentFont = False
  53.     TabOrder = 1
  54.   end
  55.   object Button2: TMMTNTBItBtn
  56.     Left = 164
  57.     Top = 64
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = '&Cancel'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBtnText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ModalResult = 2
  68.     ParentFont = False
  69.     TabOrder = 2
  70.   end
  71. end
  72.